home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / util / misc / DPatch.readme < prev    next >
Text File  |  1998-03-07  |  1KB  |  44 lines

  1. Short:        Dis/enable dos.library's delay
  2. Author:       Nagilum
  3. Uploader:     nagilum@chillout.org
  4. Type:         util/misc
  5. Requires:     OS1.2
  6. Distribution: Aminet
  7.  
  8. This small hack is used to dis/enable dos.library's delay function that causes
  9. a small delay each time it's called. Programms use this function for different
  10. reasons, mostly to give the user some time to read a message or something.
  11. Messages that use the dalay function will now disappear quicker.
  12. Don't use it all the time, only if you need it, disabling the delay
  13. function forever is dangerous, don't do it.
  14.  
  15. DISCLAIMER: THE AUTHOR IS NOT RESPONSIBLE FOR ANY DAMAGE OR LOSS
  16. OF DATA OR WHATEVER CAUSED BY DPatch. ANYONE USES IT WITHOUT WARRANTY.
  17.  
  18. Usage: start it once     - delay disabled
  19.        start it again    - dalay enabled again
  20.  
  21.  
  22. here is the source:
  23.  
  24.     MOVE.L    $4.W,A6
  25.     LEA    DosLib(PC),A1
  26.     JSR    -408(A6)
  27.     MOVE.L    D0,A1
  28.     EOR.B    #$8C,-197(A1)
  29.     JMP    -414(A6)
  30.  
  31. DosLib:    DC.B    "dos.library",0
  32.  
  33. PS: try it with VT
  34.  
  35.  
  36. ============================= Archive contents =============================
  37.  
  38. Original  Packed Ratio    Date     Time    Name
  39. -------- ------- ----- --------- --------  -------------
  40.       72      72  0.0% 26-Oct-97 20:22:34  DPatch
  41.      950     588 38.1% 11-Feb-98 16:04:54  DPatch.readme
  42. -------- ------- ----- --------- --------
  43.     1022     660 35.4% 12-Feb-98 23:25:32   2 files
  44.